lcPlineDivide2 Home

Generates equidistant points along a polyline. The result points can be retrieved with the function lcGetDivPt

 int lcPlineDivide2 (
   HANDLE hPline,
   double Distance,
   BOOL bAngle
 );

Parameters
hPline
  Handle to a polyline object.
Distance
  Distance between points.
Specify zero value to free points memory buffer.
bAngle
  If TRUE then direction angle will be calculated for each point.

Return Value

  Number of result points.

See Also

  Code sample,   lcPlineDivide,   lcGetDivPt